home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pulps on CDRom
/
Pulps on CDROM.iso
/
comm.z
/
default.tzd
< prev
next >
Wrap
Text File
|
1998-10-20
|
2KB
|
47 lines
// ***************************************************************************************
// * *
// * COPYRIGHT: *
// * (C) Copyright Taligent, Inc., 1997 *
// * (C) Copyright International Business Machines Corporation, 1997 *
// * Licensed Material - Program-Property of IBM - All Rights Reserved. *
// * US Government Users Restricted Rights - Use, duplication, or disclosure *
// * restricted by GSA ADP Schedule Contract with IBM Corp. *
// * *
// ***************************************************************************************
//
//=================================================================================
// TIME ZONE DATA
//=================================================================================
Default {
zoneStrings {
{"PST", "Pacific Standard Time", "PST",
"Pacific Daylight Time", "PDT", "San Francisco"},
{"MST", "Mountain Standard Time", "MST",
"Mountain Daylight Time", "MDT", "Denver"},
{"PNT", "Mountain Standard Time", "MST",
"Mountain Standard Time", "MST", "Phoenix"},
{"CST", "Central Standard Time", "CST",
"Central Daylight Time", "CDT", "Chicago"},
{"EST", "Eastern Standard Time", "EST",
"Eastern Daylight Time", "EDT", "New York"},
// IET is the ID for Indiana Eastern Standard Time timezone.
{"IET", "Eastern Standard Time", "EST",
"Eastern Standard Time", "EST", "Indianapolis"},
// PRT is the ID for Puerto Rico and US Virgin Islands Time timezone.
{"PRT", "Atlantic Standard Time", "AST",
"Atlantic Daylight Time", "ADT", "Halifax"},
{"HST", "Hawaii-Aleutian Standard Time", "HAST",
"Hawaii-Aleutian Daylight Time", "HADT", "Honolulu"},
// Changed AST and ADT to ALST and ALDT to fix conflict with
// Atlantic Time (above). If we don't do this, parsing fails. [LIU]
{"AST", "Alaska Standard Time", "ALST",
"Alaska Daylight Time", "ALDT", "Anchorage"}
}
localPatternChars {
"GyMdkHmsSEDFwWahKz"
}
}
//eof